[dbo].[BAEImisSecurityGroupsLoad]
SQLServer
>
iMIS1521GA
>
Stored Procedures
> dbo.BAEImisSecurityGroupsLoad
Properties
Parameters
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Parameters
Name
Data Type
Max Length (Bytes)
@SECURITY_GROUP
varchar(30)
30
SQL Script
create
procedure
[dbo]
.
[BAEImisSecurityGroupsLoad]
@SECURITY_GROUP
as
varchar
(
30
)
AS
SELECT
*
FROM
Security_Groups
WHERE
SECURITY_GROUP
=
@SECURITY_GROUP
;
GO
Uses
[dbo].[Security_Groups]
dbo